-
Notifications
You must be signed in to change notification settings - Fork 56
chore: misc fixes #2960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: misc fixes #2960
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR contains miscellaneous fixes focusing on URL formatting, keyboard shortcut platform detection, overflow handling in UI components, abort controller implementation for API requests, and search parameter corrections.
Key changes:
- Fixed URL construction to remove redundant leading slash
- Added platform-specific keyboard shortcut detection (Meta for macOS, Control for others)
- Implemented proper abort controller cleanup for API requests to prevent memory leaks and handle request cancellation
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/app/details/appDetails/AppDetails.tsx | Removed redundant leading slash from URL construction |
| src/components/Navigation/Navigation.tsx | Added platform-specific keyboard shortcut display (Meta/Control) |
| src/components/CIPipelineN/VariableDataTable/VariableDataTablePopupMenu.tsx | Changed overflow behavior from auto to hidden |
| src/components/CIPipelineN/VariableDataTable/VariableConfigOverlay.tsx | Added overflow-auto class for scrollable content |
| src/components/CIPipelineN/VariableDataTable/ValueConfigOverlay.tsx | Reorganized overflow classes between parent and child elements |
| src/Pages/Shared/CommandBar/service.ts | Added null safety check for helmApps property |
| src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/service.ts | Added abort signal parameter to getChartList function |
| src/Pages/Applications/DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx | Implemented abort controller for initial data load with cleanup |
| src/Pages/App/CreateAppModal/service.ts | Fixed parameter name from searchKey to appNameSearch in getJobs call |
| src/Pages/App/CreateAppModal/AppClone/useDevtronCloneList.tsx | Added searchKey dependency for job list refetch |
| src/Pages/App/CreateAppModal/AppClone/AppCloneList.tsx | Added empty state for filtered job results and loading indicator to search |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.../DevtronApps/Details/AppConfigurations/MainContent/DeploymentTemplate/DeploymentTemplate.tsx
Show resolved
Hide resolved
|



Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: